UnitConversion.Numerator property

Used to convert the drive unit to the user unit. For example, if the device is an encoder, typically the numerator is the resolution of the encoder.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public double Numerator { get; set; }
Public Property Numerator As Double

Property Value

Type: double

See also

UnitConversion Class

IntervalZero.KINGSTAR.Base.Class Namespace